home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- fadeOutSound()
- if isWindows() then
- if IsWindows95() then
- open("http://www.rcs.it/max", the moviePath & "EXPLW32\EXPLORE")
- else
- open("http://www.rcs.it/max", the moviePath & "EXPLW16\EXPLORE")
- end if
- else
- open("MAXMA.HTM", the moviePath & "EXPLMAC:EXPLORE")
- end if
- end
-